projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f211082
)
(main): Call syms_of_xfaces.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Mar 1993 05:20:42 +0000
(
05:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Mar 1993 05:20:42 +0000
(
05:20
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index c0bec6b793c24e624dda2cc716f157f052f9bea4..ac4f391681acfdb353066fe1d9186c067ca2170f 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-547,6
+547,7
@@
main (argc, argv, envp)
#ifdef HAVE_X_WINDOWS
syms_of_xterm ();
syms_of_xfns ();
+ syms_of_xfaces ();
#ifdef HAVE_X11
syms_of_xselect ();
#endif